home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0033 / worker.dbt (.txt) < prev    next >
dBase/FoxBase/XBase/FoxPro Database File  |  1996-10-30  |  1KB  |  18 lines

  1. WORKER
  2.               if(f4type(edit->field) == r4num)
  3.                               {
  4.                                  num = _atold(str);
  5.                                  ctrl4assign_double(edit->master,edit->hwnd,edit->field,num);
  6.                               }
  7.                               else
  8.                               {
  9.                                  ctrl4assign(edit->master,edit->hwnd,edit->field,str);
  10.                               }
  11.                               u4free
  12. Manuel:
  13.         We've got a meeting this afternoon at 4:00
  14.         to discuss the quality problem with support
  15.         services on the Baker account.
  16. From: Jos
  17.  Gomez          Sun Oct 09 17:04:09 1994
  18.